AutoTweaker API
Toggle table of contents
0.2.0-alpha.1+d0e71621
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.tool.edit
Package-level
declarations
Types
Types
Edit
Request
Link copied to clipboard
jvm
@
Serializable
data
class
EditRequest
(
val
path
:
Path
,
val
displayPath
:
Path
,
val
expected
:
Pair
<
String
,
Sha256
>
,
val
newContent
:
String
,
val
skippedNoMatch
:
PairList
<
Int
,
Int
>
,
val
skippedNotUnique
:
PairList
<
Int
,
Int
>
)